home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / WWW / IMAGEMAP.ZIP / !ImageMap2 / Scripts / !PCABoot < prev   
Text File  |  1998-07-12  |  448b  |  18 lines

  1. | !ImageMap.!PCABoot
  2. | (C) David McCormack, 1998
  3. | Automatically boot up PCA support applets.
  4.  
  5. Set ImageMap$PCASupport 1
  6. If "<PCAResources$Dir>" = "" Then Set ImageMap$PCASupport 0
  7.  
  8. | Check for PCA support module
  9. |
  10. RMEnsure PCASupport 0.15 If "<PCAResources$Dir>" <> "" Then RMload <PCAResources$Dir>.PCA
  11. RMEnsure PCASupport 0.15 Set ImageMap$PCASupport 0
  12.  
  13. If "<ImageMap$PCASupport>"= "0" Then Obey
  14.  
  15. BootPCA defaultspr
  16.  
  17. Set ImageMap$PCABoot Booted
  18.